projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef23bc0
)
(get_volume_info): Always update *pPath correctly, even if
author
Karl Heuer
<kwzh@gnu.org>
Wed, 22 May 1996 00:36:27 +0000
(
00:36
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 22 May 1996 00:36:27 +0000
(
00:36
+0000)
UNC header is incomplete.
src/w32.c
patch
|
blob
|
history
diff --git
a/src/w32.c
b/src/w32.c
index 540974dad5166b4f00979fdfc07121b9524d2384..845203a774e42deff4475e5c76afc4c67ee89ab6 100644
(file)
--- a/
src/w32.c
+++ b/
src/w32.c
@@
-724,9
+724,6
@@
get_volume_info (const char * name, const char ** pPath)
}
while ( *name );
- if (slashes > 1)
- return FALSE;
-
*str++ = '\\';
*str = 0;
}